| class WindowingFFT windowing functions.Visibility | Public | Modifiers | static |
Public static functionsvoid ApplyWindow(float[] samples, Window function) | Apply a predefined window function on a signal. | void ApplyWindow(float[] samples, Window left, Window right, int start, int splitter, int end) | Apply a custom window function on part of a signal. | void ApplyWindow(float[] samples, int channels, Window left, Window right, int start, int splitter, int end) | Apply a custom window function on part of a multichannel signal. | void ApplyWindow(Complex[] samples, Window function) | Apply a predefined window function on a signal. | void ApplyWindow(Complex[] samples, Window left, Window right, int start, int splitter, int end) | Apply a custom window function on part of a signal. | void ApplyWindow(List<Band> bands, Window right, double startFreq, double endFreq) | Add windowing on the right of the curve. Windowing is applied logarithmically. |
|